body {
    font-family: "open sans";
    margin: 0;
    padding: 0;

}

.atras{
    display: table-caption;
    vertical-align: middle;
    font-size: 18px;
    color: #B11830;
}

.titulo_servicio_social {
    color: black;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.titulo_servicio_social h2 {
    border-radius: 20px;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 15px;
    margin-bottom: 25px;
    background-color: #E6DEDF;
    width: 60vh;
    height: 6vh;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.alinear_titulo_flecha {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.regreso {
    font-size: 30px;
}

.contenedor_SSuniversitario {
    display: flex;
    justify-content: center;
}

.divs_SS {

    padding: 10px;
    border-radius: 10px;
    color: black;
    display: flex;
    flex-direction: column;
    background-color: #DCDCDC;
    width: 90%;
}

.divs_SS span {
    font-size: 16px;
    margin-left: 5px;
    padding: 5px;
}

.divs_SS p {
    font-weight: bold;
    margin: 10px;
    font-size: 18px;
    color: #970018;
}

.vacantes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vacantes div {
    padding: 6px;
    font-weight: bold;
    border: 2px solid black;
    font-size: 18px;
    margin-right: 30px;
    border-radius: 10px;
    background-color: white;
    width: 10%;
}

.boton-registrate {
    display: flex;
    justify-content: space-between;
}

.boton-registrate button {
    font-weight: bold;
    width: 11%;
    margin-right: 30px;
    border-radius: 10px;
    border: none;
    color: white;
    font-size: 16px;
    padding: 10px;
    background-color: #B11830;
}

@media (max-width: 768px) {
    .titulo {
        margin: 0;
        padding: 0;
    }

    .titulo h2 {
        width: 37vh;
        font-size: 20px;
        height: 35px;
    }

    .titulo_servicio_social span {
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .divs_SS p {
        font-weight: bold;
        margin: 5px;
        font-size: 16px;
        color: #970018;
    }

    .divs_SS span {
        font-size: 14px;
        margin-left: 5px;
        padding: 5px;
    }

    .vacantes div {
        display: flex;
        height: 15%;
        font-weight: bold;
        border: 2px solid black;
        font-size: 15px;
        border-radius: 10px;
        background-color: white;
        min-width: 10px;
        width: 30%;
        margin: 0px;
        justify-content: center;
        align-items: center;
    }

    .vacantes {
        height: 15%;
    }

    .boton-registrate {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .boton-registrate button {
        font-size: 15px;
        margin: 15px 0px 0px 0px;
        display: flex;
        height: 40px;
        font-weight: bold;
        width: auto;
        background-color: #B11830;
        align-items: center;
    }

    .atras{
        display: none;
    }
}